/*Header*/
.header{
    padding: 0 80px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    height: 80px;
    z-index: 101;
}
.box-opacity {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.header.on {
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 10%);
}
.header .header-box{
    min-width: 1200px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.header .header-logo{
    width: 136px;
    height: 32px;
    display: block;
}
.header .header-logo img{
    width: 136px;
    height: 32px;
}
.header .header-nav{
    display: flex;
    align-items: center;
}
.header .header-nav li{
    margin-right: 60px;
}
.header .header-nav li:last-child{
    margin-right: 0;
}
.header .header-nav a{
    color: #FFFFFF;
}
.header .header-nav .on a{
    font-weight: bold;
    position: relative;
}
.header .header-nav .on a::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 25px;
    height: 3px;
    background: #FFFFFF;
}
.header .header-nav1{
    display: flex;
    align-items: center;
}
.header .header-nav1 li{
    margin-right: 60px;
}
.header .header-nav1 li:last-child{
    margin-right: 0;
}
.header .header-nav1 a{
    color: #051433;
}
.header .header-nav1 .on a{
    font-weight: bold;
    position: relative;
}

.header .header-nav1 .on a::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 25px;
    height: 3px;
    background: #195BEE;
}

/* Footer */
#footer{
    background: #051433;
}
#footer .footer-content{
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0;
}
#footer .footer-content .logo{
    width: 169px;
    height: 40px;
}
#footer .footer-content li a{
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 40px;
    font-family: inherit;
    font-family: bold;
    
}
#footer .footer-foot{
    padding: 13px 0 18px;
    text-align: center;
    font-size: 12px;
    color: #666E80;
    line-height: 17px;
    border-top: 1px solid rgba(163,172,193,0.1);;
}
#footer .footer-foot a{
    color: #666E80;
    cursor: pointer;

}
#footer .footer-foot a:hover{
    color: #fff;
}
#footer .bah{
    color: #666E80;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
}
#footer .bah a{
    color: #666E80;
    cursor: pointer;
}
#footer .bah a:hover{
    color: #fff;
}
#footer .wgaba{
    width: 20px;
    height: 20px;
}
/* 公用弹窗 */
.common_pop {
    position: relative;
    width: 706px;
    background: #FFFFFF;
    border-radius: 4px;
    background: url(../images/pop_bg.png) no-repeat bottom right #fff;
    background-size: 349px 281px;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
}

.common_pop .tit {
    font-size: 14px;
    color: #51586F;
    line-height: 24px;
}

.common_pop .tit span {
    font-size: 24px;
    font-weight: 600;
    color: #181C29;
    margin-right: 10px;
}

.common_pop .form_item {
    margin-bottom: 10px;
}

.common_pop .form_item .lable {
    float: left;
    width: 113px;
    text-align: right;
    font-size: 16px;
    color: #181C29;
    line-height: 48px;
    padding-right: 20px;
}

.common_pop .form_item .lable i {
    color: #FF6521;
    font-size: 16px;
}

.common_pop .form_wrap {
    margin-top: 30px;
    border-bottom: 1px solid #E7EAEE;
    padding-bottom: 20px;
}

.common_pop .form_r {
    float: left;
    position: relative;
    width: 400px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D5DBE8;
    transition: all .3s;
}

.common_pop .form_r input {
    float: left;
    width: 280px;
    height: 46px;
    padding-left: 10px;
    color: #2A2E2E;
    font-size: 16px;
    border-radius: 4px;
}

.common_pop .form_r:hover,
.common_pop .form_r.shadow,
.common_pop .form_r:focus {
    border-color: #007AFF;
}

.common_pop .select_sex {
    position: relative;
    width: 88px;
    height: 46px;
    float: right;
    padding: 0 0 0 20px;
    line-height: 46px;
    cursor: pointer;
}

.common_pop .select_sex .select_text {
    font-size: 14px;
    color: #181C29;
}

.common_pop .select_sex i {
    position: absolute;
    top: 18px;
    right: 12px;
    height: 12px;
    font-size: 14px;
    color: #999;
    transition: all .3s;
    transform-origin: 50% 50% 0;
}

.common_pop .select_sex:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #D5DBE8;
    left: 0;
    top: 14px;
}

.common_pop .select_sex i.up:not(.bgn) {
    transform: rotate(-180deg);
}

.common_pop .sex_content {
    display: none;
    position: absolute;
    padding: 5px 0;
    top: 46px;
    left: -1px;
    width: calc(100% + 2px);
    max-height: 290px;
    background: #fff;
    border: 1px solid #e8ecee;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 10px 20px 0px rgba(24, 28, 41, 0.05);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.common_pop .sex_content.show {
    opacity: 1;
    visibility: visible;
    display: block;
}

.common_pop .sex_content .sex_item {
    display: block;
    padding-left: 14px;
    line-height: 46px;
    color: #666;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.common_pop .sex_content .sex_item:hover,
.common_pop .sex_content .sex_item.active {
    background-color: #eee;
    color: #007AFF;
}

.select_wrap {
    position: relative;
    float: left;
    width: 100%;
    height: 46px;
    padding-left: 10px;
    color: #2A2E2E;
    font-size: 16px;
    border-radius: 4px;
}

.select_wrap .select_text {
    color: #919797;
    font-size: 16px;
    line-height: 46px;
}

.select_wrap .select_text.on {
    color: #2A2E2E;
}

.select_wrap i {
    position: absolute;
    top: 0;
    right: 14px;
    line-height: 46px;
    font-size: 14px;
    color: #919797;
    transition: all .3s;
}

.common_pop .select_wrap i.up:not(.bgn) {
    transform: rotate(-180deg);
}

.common_pop textarea {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px;
    color: #2A2E2E;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
}

.common_pop .form_item .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(../images/sjh.gif) no-repeat center;
    background-size: cover;
}

.common_pop .btn {
    float: left;
    width: 400px;
    height: 48px;
    background: #1F70F0;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
    margin: 10px 0 0 113px;
}

.common_pop .btn:hover {
    opacity: .8;
}

.common_pop .form_bot {
    font-size: 12px;
    color: #51586F;
    line-height: 60px;
    text-align: center;
}
.pop_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    z-index: 99;
}

.d-flex{ display: flex; }
.flex-1{ flex: 1; }
.flex-column{ flex-direction: column; }
.flex-row{ flex-direction: row; }
.flex-wrap{ flex-wrap: wrap; }
.flex-nowrap{ flex-wrap: nowrap; }
.flex-shrink{flex-shrink: 0;}
.j-start{ justify-content: flex-start; }
.j-center{ justify-content: center; }
.j-end{ justify-content: flex-end; }
.j-sb{ justify-content: space-between; }
.a-center{ align-items:center; }
.a-start{ align-items: flex-start; }
.a-end{ align-items:flex-end; }
.a-stretch{ align-items: stretch; }
.a-self-start{ align-self: flex-start; }
.a-self-auto{ align-self: auto; }
.a-self-end{ align-self: flex-end; }
.a-self-stretch{ align-self:stretch; }
.a-self-baseline{ align-self:baseline; }

/*单行省略*/
.spill{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.spill-2{
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.spill-3{
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.iconfont{
    width: 12px;
    height: 12px;
    background-image: url('../images/down.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

/*404*/
.noFound{
    padding: 150px 0;
    width: 700px;
    margin: 0 auto;
}
.noFound-img{
    width: 260px;
    height: 271px;
    display: block;
    margin: 0 auto;
}
.noFound-text{
    font-weight: bold;
    font-size: 30px;
    color: #051433;
    text-align: center;
    margin: 40px 0 20px;
}
.noFound-tips{
    font-size: 14px;
    color: #666E80;
    text-align: center;
    margin-bottom: 30px;
}
.but-box{
    width: 140px;
    margin: 0 auto;
}
.no-but{
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #8CADF6;
    text-align: center;
    font-size: 16px;
}
.no-but:active{
    opacity: 0.5;
}
.but-1{
    color: #195BEE;
    background-color: #fff;
}
.but-2{
    color: #fff;
    background-color: #195BEE;
}